Theorems · Theorem · order theory
Set.Ioo_add_bij
∀ {M : Type u_1} [inst : AddCommMonoid M] [inst_1 : PartialOrder M] [IsOrderedCancelAddMonoid M] [ExistsAddOfLE M]
(a b d : M), Set.BijOn (fun x => x + d) (Set.Ioo a b) (Set.Ioo (a + d) (b + d))- Cited by
- 1 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- AddCommMonoidstatement and proof · cited by 12,281
- PartialOrderstatement and proof · cited by 6,410
- Set.preimageproof · cited by 4,946
- Set.Ioiproof · cited by 1,463
- Set.Ioostatement and proof · cited by 1,214
- Set.Iioproof · cited by 1,166
- IsOrderedCancelAddMonoidstatement and proof · cited by 359
- ExistsAddOfLEstatement and proof · cited by 330
- Set.BijOnstatement and proof · cited by 168
- Set.Ioi_inter_Iioproof · cited by 16
- lt_of_add_lt_add_rightproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- Set.image_add_const_Iooproof · cited by 3