Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-06-10 10:04 68dc07f6

View on Github →

refactor(set_theory/game/pgame): rename and add theorems like -y ≤ -x ↔ x ≤ y (#14653) For * in le, lf, lt, we rename neg_*_iff : -y * -x ↔ x * y to neg_*_neg_iff, and add the theorems neg_*_iff : -y * x ↔ x * -y. We further add many missing corresponding theorems for equivalence and fuzziness.

Estimated changes

added theorem pgame.le_neg_iff
added theorem pgame.lf_neg_iff
added theorem pgame.lt_neg_iff
deleted theorem pgame.neg_congr
added theorem pgame.neg_equiv_iff
added theorem pgame.neg_fuzzy_iff
modified theorem pgame.neg_le_iff
added theorem pgame.neg_le_neg_iff
modified theorem pgame.neg_lf_iff
added theorem pgame.neg_lf_neg_iff
modified theorem pgame.neg_lt_iff
added theorem pgame.neg_lt_neg_iff