Documentation

Mathlib.Tactic.CC.Lemmas

Lemmas use by the congruence closure module

theorem Mathlib.Tactic.CC.and_eq_of_eq {a b : Prop} (h : a = b) :
(a b) = a
theorem Mathlib.Tactic.CC.or_eq_of_eq {a b : Prop} (h : a = b) :
(a b) = a
theorem Mathlib.Tactic.CC.if_eq_of_eq_true {c : Prop} [d : Decidable c] {α : Sort u} (t e : α) (h : c = True) :
(if c then t else e) = t
theorem Mathlib.Tactic.CC.if_eq_of_eq_false {c : Prop} [d : Decidable c] {α : Sort u} (t e : α) (h : c = False) :
(if c then t else e) = e
theorem Mathlib.Tactic.CC.if_eq_of_eq (c : Prop) [d : Decidable c] {α : Sort u} {t e : α} (h : t = e) :
(if c then t else e) = t