Commit 2022-12-06 02:39 b7012a67

View on Github →

feat: port Order.Heyting.Boundary (#844) mathlib SHA: 70d50ecfd4900dd6d328da39ab7ebd516abe4025 Porting notes:

  1. Needed to fix the proof of boundary_le_boundary_sup_sup_boundary_inf_left as simp produced a different term than in mathlib3
  2. The scoped notation doesn't automatically introduce the notation into the current scope. 3. The lint error seems like a bug. Can anyone confirm?

Estimated changes