Theorems · Theorem · order theory
Nat.floor_congr
∀ {R : Type u_1} [inst : Semiring R] [inst_1 : LinearOrder R] [inst_2 : FloorSemiring R] {a : R} {S : Type u_3}
[inst_3 : Semiring S] [inst_4 : LinearOrder S] [inst_5 : FloorSemiring S] {b : S} [IsStrictOrderedRing R]
[IsStrictOrderedRing S], (∀ (n : ℕ), ↑n ≤ a ↔ ↑n ≤ b) → ⌊a⌋₊ = ⌊b⌋₊- Defined in
- Mathlib.Algebra.Order.Floor.Semiring
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 41 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- LinearOrderstatement and proof · cited by 8,572
- IsStrictOrderedRingstatement and proof · cited by 2,490
- LT.lt.leproof · cited by 2,189
- Nat.cast_zeroproof · cited by 1,870
- LE.le.antisymmproof · cited by 507
- Iff.notproof · cited by 489
- LT.lt.not_geproof · cited by 305
- Nat.floorstatement and proof · cited by 215
- lt_or_geproof · cited by 182
- FloorSemiringstatement and proof · cited by 179
- le_of_not_geproof · cited by 72
Cited by1
Results whose statement or proof uses this declaration.
- Nat.map_floorproof · cited by 0