Skip to content

Commit a13833a

Browse files
authored
Merge pull request #551 from Seasawher/auto-update-branch
2 parents 9a9e720 + ae4de29 commit a13833a

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

docs/attributes.md

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

3-
Mathlib version: `419be563ec4b4d865cb59bacd8648f872b1a27de`
3+
Mathlib version: `f0de78130c864056baeec6eff00c438699aec635`
44

55
## Std.Internal.tree_tac
66
simp theorems used by internal DTreeMap lemmas

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: `419be563ec4b4d865cb59bacd8648f872b1a27de`
3+
Mathlib version: `f0de78130c864056baeec6eff00c438699aec635`
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: `419be563ec4b4d865cb59bacd8648f872b1a27de`
3+
Mathlib version: `f0de78130c864056baeec6eff00c438699aec635`
44

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

docs/tactics.md

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

3-
Mathlib version: `419be563ec4b4d865cb59bacd8648f872b1a27de`
3+
Mathlib version: `f0de78130c864056baeec6eff00c438699aec635`
44

55
## \#adaptation_note
66
Defined in: `«tactic#adaptation_note_»`
@@ -7886,6 +7886,14 @@ In this way, the wlog-claim `this` can be applied to `x` and `y` in different or
78867886

78877887
By default, the entire context is reverted.
78887888

7889+
## wlog!
7890+
Defined in: `Mathlib.Tactic.wlog!`
7891+
7892+
`wlog! h : P` is a variant of the `wlog h : P` tactic that also calls `push_neg` at the generated
7893+
hypothesis `h : ¬ p` in the side goal. `wlog! h : P ∧ Q` will transform `¬ (P ∧ Q)` to `P → ¬ Q`,
7894+
while `wlog! +distrib h : P ∧ Q` will transform `¬ (P ∧ Q)` to `P ∨ Q`. For more information, see
7895+
the documentation on `push_neg`.
7896+
78897897
## zify
78907898
Defined in: `Mathlib.Tactic.Zify.zify`
78917899

lake-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "419be563ec4b4d865cb59bacd8648f872b1a27de",
8+
"rev": "f0de78130c864056baeec6eff00c438699aec635",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "master",

0 commit comments

Comments
 (0)