Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-12-14 05:36 d9edeea2

View on Github →

refactor(linear_algebra/orientation): add refl, symm, and trans lemma (#10753) This restates the reflexive, symmetric, and transitive lemmas in a form understood by @[refl], @[symm], and @[trans]. As a bonus, these versions also work with dot notation. I've discarded the original statements, since they're always recoverable via the fields of equivalence_same_ray, and keeping them is just noise.

Estimated changes

modified theorem equivalence_same_ray
deleted theorem reflexive_same_ray
added theorem same_ray.refl
added theorem same_ray.symm
added theorem same_ray.trans
added theorem same_ray_comm
deleted theorem symmetric_same_ray
deleted theorem transitive_same_ray