Skip to content

Commit e9d6067

Browse files
authored
Merge pull request #478 from Seasawher/auto-update-branch
2 parents 52ea0b9 + 057a918 commit e9d6067

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

docs/attributes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Attributes
22

3-
Mathlib version: `a9a54f808381b4bfb115c6206d75ffac1b0f1a79`
3+
Mathlib version: `f4506f7151c9057fd9f8714b2a1f13a647fe2352`
44

55
## Std.Internal.tree_tac
66
simp theorems used by internal DTreeMap lemmas
@@ -741,6 +741,10 @@ Register an Expr presenter. It must have the type `ProofWidgets.ExprPresenter`.
741741
## extern
742742
builtin and foreign functions
743743
744+
## field
745+
Attribute grouping the simprocs associated to the field_simp tactic
746+
Initialize the attribute `field` grouping the simprocs associated to the field_simp tactic.
747+
744748
## fin_omega
745749
A simp set for the `fin_omega` wrapper around `omega`.
746750

docs/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Commands
22

3-
Mathlib version: `a9a54f808381b4bfb115c6206d75ffac1b0f1a79`
3+
Mathlib version: `f4506f7151c9057fd9f8714b2a1f13a647fe2352`
44

55
## \#adaptation_note
66
Defined in: `adaptationNoteCmd`

docs/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Options
22

3-
Mathlib version: `a9a54f808381b4bfb115c6206d75ffac1b0f1a79`
3+
Mathlib version: `f4506f7151c9057fd9f8714b2a1f13a647fe2352`
44

55
## Elab.async
66
type: `Bool`

docs/tactics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tactics
22

3-
Mathlib version: `a9a54f808381b4bfb115c6206d75ffac1b0f1a79`
3+
Mathlib version: `f4506f7151c9057fd9f8714b2a1f13a647fe2352`
44

55
## \#adaptation_note
66
Defined in: `«tactic#adaptation_note_»`
@@ -2480,7 +2480,7 @@ Defined in: `Mathlib.Tactic.FieldSimp.fieldSimp`
24802480
The goal of `field_simp` is to reduce an expression in a field to an expression of the form `n / d`
24812481
where neither `n` nor `d` contains any division symbol.
24822482

2483-
If the goal is an equality, this tactic will also clear the denominators, so that the proof
2483+
If the goal is an (in)equality, this tactic will also clear the denominators, so that the proof
24842484
can normally be concluded by an application of `ring`.
24852485

24862486
For example,

lake-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "a9a54f808381b4bfb115c6206d75ffac1b0f1a79",
8+
"rev": "f4506f7151c9057fd9f8714b2a1f13a647fe2352",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "master",
@@ -65,7 +65,7 @@
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "345a958916d27982d4ecb4500fba0ebb21096651",
68+
"rev": "2e582a44b0150db152bff1c8484eb557fb5340da",
6969
"name": "Qq",
7070
"manifestFile": "lake-manifest.json",
7171
"inputRev": "master",

0 commit comments

Comments
 (0)