Documentation

Mathlib.Tactic.Relation.Symm

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
    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.
      Instances For