symm_saturate
tactic #
For every hypothesis h : a ~ b
where a @[symm]
lemma is available,
add a hypothesis h_symm : b ~ a
.
For every hypothesis h : a ~ b
where a @[symm]
lemma is available,
add a hypothesis h_symm : b ~ a
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
For every hypothesis h : a ~ b
where a @[symm]
lemma is available,
add a hypothesis h_symm : b ~ a
.
Equations
- Mathlib.Tactic.tacticSymm_saturate = Lean.ParserDescr.node `Mathlib.Tactic.tacticSymm_saturate 1024 (Lean.ParserDescr.nonReservedSymbol "symm_saturate" false)
Instances For
If e
is the form @R .. x y
, where R
is a symmetric
relation, return some (R, x, y)
.
As a special case, if e
is @HEq α a β b
, return some (`HEq, a, b)
.
Equations
- One or more equations did not get rendered due to their size.