Documentation

Init.Data.String.Lemmas

theorem String.data_eq_of_eq {a b : String} (h : a = b) :
@[simp]
theorem String.not_le {a b : String} :
@[simp]
theorem String.not_lt {a b : String} :
@[simp]
theorem String.le_refl (a : String) :
@[simp]
theorem String.lt_irrefl (a : String) :
theorem String.le_trans {a b c : String} :
a bb ca c
theorem String.lt_trans {a b c : String} :
a < bb < ca < c
theorem String.le_antisymm {a b : String} :
a bb aa = b
theorem String.lt_asymm {a b : String} (h : a < b) :
theorem String.ne_of_lt {a b : String} (h : a < b) :
instance String.ltIrrefl :
Std.Irrefl fun (x1 x2 : Char) => x1 < x2
instance String.leRefl :
Std.Refl fun (x1 x2 : Char) => x1 x2
instance String.leTrans :
Trans (fun (x1 x2 : Char) => x1 x2) (fun (x1 x2 : Char) => x1 x2) fun (x1 x2 : Char) => x1 x2
Equations
instance String.leAntisymm :
Std.Antisymm fun (x1 x2 : Char) => x1 x2
instance String.ltAsymm :
Std.Asymm fun (x1 x2 : Char) => x1 < x2
instance String.leTotal :
Std.Total fun (x1 x2 : Char) => x1 x2