Loogle!
Result
Found 102 declarations mentioning Int.fract.
- Int.fract π Mathlib.Algebra.Order.Floor.Defs
{Ξ± : Type u_1} [Ring Ξ±] [LinearOrder Ξ±] [FloorRing Ξ±] (a : Ξ±) : Ξ± - Int.fract_int π Mathlib.Algebra.Order.Floor.Defs
: Int.fract = 0 - Int.floor_fract π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) : βInt.fract aβ = 0 - Int.fract_fract π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) : Int.fract (Int.fract a) = Int.fract a - Int.floor_add_fract π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] (a : R) : ββaβ + Int.fract a = a - Int.fract_add_floor π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] (a : R) : Int.fract a + ββaβ = a - Int.self_sub_floor π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] (a : R) : a - ββaβ = Int.fract a - Int.self_sub_fract π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] (a : R) : a - Int.fract a = ββaβ - Int.abs_fract π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] {a : R} [IsOrderedRing R] : |Int.fract a| = Int.fract a - Int.fract_intCast π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (z : β€) : Int.fract βz = 0 - Int.fract_natCast π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (n : β) : Int.fract βn = 0 - Int.fract_one π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] : Int.fract 1 = 0 - Int.fract_zero π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] : Int.fract 0 = 0 - Int.fract_floor π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) : Int.fract ββaβ = 0 - Int.fract_lt_one π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) : Int.fract a < 1 - Int.fract_nonneg π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) : 0 β€ Int.fract a - Int.fract_ofNat π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (n : β) [n.AtLeastTwo] : Int.fract (OfNat.ofNat n) = 0 - Int.fract_add_intCast π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) (m : β€) : Int.fract (a + βm) = Int.fract a - Int.fract_intCast_add π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (m : β€) (a : R) : Int.fract (βm + a) = Int.fract a - Int.fract_add_natCast π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) (m : β) : Int.fract (a + βm) = Int.fract a - Int.fract_eq_zero_iff π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] {a : R} : Int.fract a = 0 β a β Set.range Int.cast - Int.fract_natCast_add π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (n : β) (a : R) : Int.fract (βn + a) = Int.fract a - Int.fract_sub_intCast π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) (m : β€) : Int.fract (a - βm) = Int.fract a - Int.fract_sub_self π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] (a : R) : Int.fract a - a = -ββaβ - Int.fract_add_one π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) : Int.fract (a + 1) = Int.fract a - Int.fract_ne_zero_iff π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] {a : R} : Int.fract a β 0 β a β Set.range Int.cast - Int.fract_one_add π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) : Int.fract (1 + a) = Int.fract a - Int.fract_sub_natCast π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) (n : β) : Int.fract (a - βn) = Int.fract a - Int.fract_sub_one π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) : Int.fract (a - 1) = Int.fract a - Int.fract_add_ofNat π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) (n : β) [n.AtLeastTwo] : Int.fract (a + OfNat.ofNat n) = Int.fract a - Int.fract_ofNat_add π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (n : β) [n.AtLeastTwo] (a : R) : Int.fract (OfNat.ofNat n + a) = Int.fract a - Int.fract_eq_fract π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] {a b : R} : Int.fract a = Int.fract b β β z, a - b = βz - Int.fract_sub_ofNat π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) (n : β) [n.AtLeastTwo] : Int.fract (a - OfNat.ofNat n) = Int.fract a - Int.fract_add_fract π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a b : R) : Int.fract (a + Int.fract b) = Int.fract (a + b) - Int.fract_fract_add π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a b : R) : Int.fract (Int.fract a + b) = Int.fract (a + b) - Int.fract_pos π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] {a : R} [IsOrderedRing R] : 0 < Int.fract a β a β ββaβ - Int.fract_fract_sub π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a b : R) : Int.fract (Int.fract a - b) = Int.fract (a - b) - Int.fract_sub_fract π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a b : R) : Int.fract (a - Int.fract b) = Int.fract (a - b) - Int.fract_fract_add_fract π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a b : R) : Int.fract (Int.fract a + Int.fract b) = Int.fract (a + b) - Int.fract_neg_eq_zero π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] {x : R} : Int.fract (-x) = 0 β Int.fract x = 0 - Int.fract_fract_sub_fract π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a b : R) : Int.fract (Int.fract a - Int.fract b) = Int.fract (a - b) - Int.fract_add_le π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a b : R) : Int.fract (a + b) β€ Int.fract a + Int.fract b - Int.fract_add π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] (a b : R) : β z, Int.fract (a + b) - Int.fract a - Int.fract b = βz - Int.fract_eq_self π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] {a : R} : Int.fract a = a β 0 β€ a β§ a < 1 - Int.fract_neg π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] {x : R} (hx : Int.fract x β 0) : Int.fract (-x) = 1 - Int.fract x - Int.map_fract π Mathlib.Algebra.Order.Floor.Ring
{F : Type u_1} {R : Type u_2} {S : Type u_3} [Ring R] [LinearOrder R] [Ring S] [LinearOrder S] [FloorRing R] [FloorRing S] [FunLike F R S] [RingHomClass F R S] (f : F) (hf : StrictMono βf) (a : R) : Int.fract (f a) = f (Int.fract a) - Int.abs_one_sub_fract π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] {a : R} [IsOrderedRing R] : |1 - Int.fract a| = 1 - Int.fract a - Int.ceil_eq_add_one_sub_fract π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] {a : R} [IsOrderedRing R] (ha : Int.fract a β 0) : ββaβ = a + 1 - Int.fract a - Int.fract_eq_zero_or_add_one_sub_ceil π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) : Int.fract a = 0 β¨ Int.fract a = a + 1 - ββaβ - Int.ceil_sub_self_eq π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] {a : R} [IsOrderedRing R] (ha : Int.fract a β 0) : ββaβ - a = 1 - Int.fract a - Int.fract_add_fract_le π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a b : R) : Int.fract a + Int.fract b β€ Int.fract (a + b) + 1 - Int.fract_mul_natCast π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (a : R) (b : β) : β z, Int.fract a * βb - Int.fract (a * βb) = βz - Int.image_fract π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (s : Set R) : Int.fract '' s = β m, (fun x => x - βm) '' s β© Set.Ico 0 1 - Int.preimage_fract π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] (s : Set R) : Int.fract β»ΒΉ' s = β m, (fun x => x - βm) β»ΒΉ' (s β© Set.Ico 0 1) - Int.fract_eq_iff π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [IsOrderedRing R] {a b : R} : Int.fract a = b β 0 β€ b β§ b < 1 β§ β z, a - b = βz - Int.fract_div_intCast_eq_div_intCast_mod π Mathlib.Algebra.Order.Floor.Ring
{k : Type u_4} [Field k] [LinearOrder k] [IsOrderedRing k] [FloorRing k] {m : β€} {n : β} : Int.fract (βm / βn) = β(m % βn) / βn - Int.fract_div_natCast_eq_div_natCast_mod π Mathlib.Algebra.Order.Floor.Ring
{k : Type u_4} [Field k] [LinearOrder k] [IsOrderedRing k] [FloorRing k] {m n : β} : Int.fract (βm / βn) = β(m % n) / βn - Int.fract_div_mul_self_add_zsmul_eq π Mathlib.Algebra.Order.Floor.Ring
{k : Type u_4} [Field k] [LinearOrder k] [FloorRing k] (a b : k) (ha : a β 0) : Int.fract (b / a) * a + βb / aβ β’ a = b - Int.fract_div_mul_self_mem_Ico π Mathlib.Algebra.Order.Floor.Ring
{k : Type u_4} [Field k] [LinearOrder k] [IsOrderedRing k] [FloorRing k] (a b : k) (ha : 0 < a) : Int.fract (b / a) * a β Set.Ico 0 a - Int.mul_fract_eq_one_iff_exists_int π Mathlib.Algebra.Order.Floor.Ring
{R : Type u_4} [Ring R] [LinearOrder R] [IsStrictOrderedRing R] [FloorRing R] {x k : R} (hk : 1 < k) : k * Int.fract x = 1 β β n, k * x = k * βn + 1 - abs_sub_round_eq_min π Mathlib.Algebra.Order.Round
{Ξ± : Type u_2} [Ring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] [FloorRing Ξ±] (x : Ξ±) : |x - β(round x)| = min (Int.fract x) (1 - Int.fract x) - round_eq_half_ceil_two_mul π Mathlib.Algebra.Order.Round
{Ξ± : Type u_2} [Ring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] [FloorRing Ξ±] {x : Ξ±} (hx : 2 * Int.fract x β 1) : round x = β2 * xβ / 2 - Rat.den_intFract π Mathlib.Data.Rat.Floor
(x : β) : (Int.fract x).den = x.den - Rat.fract_inv_num_lt_num_of_pos π Mathlib.Data.Rat.Floor
{q : β} (q_pos : 0 < q) : (Int.fract qβ»ΒΉ).num < q.num - Rat.isNat_intFract_of_isInt π Mathlib.Data.Rat.Floor
{R : Type u_2} [Ring R] [LinearOrder R] [IsStrictOrderedRing R] [FloorRing R] (r : R) (m : β€) : Mathlib.Meta.NormNum.IsInt r m β Mathlib.Meta.NormNum.IsNat (Int.fract r) 0 - Rat.isNat_intFract_of_isNat π Mathlib.Data.Rat.Floor
{R : Type u_2} [Ring R] [LinearOrder R] [IsStrictOrderedRing R] [FloorRing R] (r : R) (m : β) : Mathlib.Meta.NormNum.IsNat r m β Mathlib.Meta.NormNum.IsNat (Int.fract r) 0 - Rat.cast_fract π Mathlib.Data.Rat.Floor
{Ξ± : Type u_1} [Field Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] [FloorRing Ξ±] (x : β) : β(Int.fract x) = Int.fract βx - Rat.isNNRat_intFract_of_isNNRat π Mathlib.Data.Rat.Floor
{Ξ± : Type u_1} [Field Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] [FloorRing Ξ±] (r : Ξ±) (n d : β) : Mathlib.Meta.NormNum.IsNNRat r n d β Mathlib.Meta.NormNum.IsNNRat (Int.fract r) (n % d) d - Rat.isRat_intFract_of_isRat_negOfNat π Mathlib.Data.Rat.Floor
{Ξ± : Type u_1} [Field Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] [FloorRing Ξ±] (r : Ξ±) (n d : β) : Mathlib.Meta.NormNum.IsRat r (Int.negOfNat n) d β Mathlib.Meta.NormNum.IsRat (Int.fract r) (-βn % βd) d - AddConstMapClass.map_fract π Mathlib.Algebra.AddConstMap.Basic
{F : Type u_1} {H : Type u_3} {b : H} {R : Type u_4} [Ring R] [LinearOrder R] [FloorRing R] [AddGroup H] [FunLike F R H] [AddConstMapClass F R H 1 b] (f : F) (x : R) : f (Int.fract x) = f x - βxβ β’ b - toIcoMod_eq_fract_mul π Mathlib.Algebra.Order.ToIntervalMod
{Ξ± : Type u_1} [Field Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] [FloorRing Ξ±] {p : Ξ±} (hp : 0 < p) (b : Ξ±) : toIcoMod hp 0 b = Int.fract (b / p) * p - toIcoMod_eq_add_fract_mul π Mathlib.Algebra.Order.ToIntervalMod
{Ξ± : Type u_1} [Field Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] [FloorRing Ξ±] {p : Ξ±} (hp : 0 < p) (a b : Ξ±) : toIcoMod hp a b = a + Int.fract ((b - a) / p) * p - toIcoMod_zero_one π Mathlib.Algebra.Order.ToIntervalMod
{Ξ± : Type u_1} [Field Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] [FloorRing Ξ±] (b : Ξ±) : toIcoMod β― 0 b = Int.fract b - toIocMod_eq_sub_fract_mul π Mathlib.Algebra.Order.ToIntervalMod
{Ξ± : Type u_1} [Field Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] [FloorRing Ξ±] {p : Ξ±} (hp : 0 < p) (a b : Ξ±) : toIocMod hp a b = a + p - Int.fract ((a + p - b) / p) * p - AddCircle.coe_fract π Mathlib.Topology.Instances.AddCircle.Defs
{π : Type u_1} [Field π] [LinearOrder π] [FloorRing π] (x : π) : β(Int.fract x) = βx - AddCircle.coe_equivIco_mk_apply π Mathlib.Topology.Instances.AddCircle.Defs
{π : Type u_1} [Field π] (p : π) [LinearOrder π] [IsStrictOrderedRing π] [hp : Fact (0 < p)] [FloorRing π] (x : π) : β((AddCircle.equivIco p 0) βx) = Int.fract (x / p) * p - GenContFract.of_s_tail π Mathlib.Algebra.ContinuedFractions.Computation.Translations
{K : Type u_1} [DivisionRing K] [LinearOrder K] [FloorRing K] (v : K) [IsStrictOrderedRing K] : (GenContFract.of v).s.tail = (GenContFract.of (Int.fract v)β»ΒΉ).s - GenContFract.IntFractPair.stream_succ π Mathlib.Algebra.ContinuedFractions.Computation.Translations
{K : Type u_1} [DivisionRing K] [LinearOrder K] [FloorRing K] {v : K} (h : Int.fract v β 0) (n : β) : GenContFract.IntFractPair.stream v (n + 1) = GenContFract.IntFractPair.stream (Int.fract v)β»ΒΉ n - GenContFract.of_s_succ π Mathlib.Algebra.ContinuedFractions.Computation.Translations
{K : Type u_1} [DivisionRing K] [LinearOrder K] [FloorRing K] (v : K) [IsStrictOrderedRing K] (n : β) : (GenContFract.of v).s.get? (n + 1) = (GenContFract.of (Int.fract v)β»ΒΉ).s.get? n - GenContFract.of_s_head π Mathlib.Algebra.ContinuedFractions.Computation.Translations
{K : Type u_1} [DivisionRing K] [LinearOrder K] [FloorRing K] {v : K} (h : Int.fract v β 0) : (GenContFract.of v).s.head = some { a := 1, b := ββ(Int.fract v)β»ΒΉβ } - GenContFract.convs'_succ π Mathlib.Algebra.ContinuedFractions.Computation.Translations
{K : Type u_1} [DivisionRing K] [LinearOrder K] [FloorRing K] (v : K) (n : β) [IsStrictOrderedRing K] : (GenContFract.of v).convs' (n + 1) = ββvβ + 1 / (GenContFract.of (Int.fract v)β»ΒΉ).convs' n - GenContFract.compExactValue_correctness_of_stream_eq_some_aux_comp π Mathlib.Algebra.ContinuedFractions.Computation.CorrectnessTerminating
{K : Type u_1} [Field K] [LinearOrder K] [FloorRing K] {a : K} (b c : K) (fract_a_ne_zero : Int.fract a β 0) : (ββaβ * b + c) / Int.fract a + b = (b * a + c) / Int.fract a - GenContFract.convs_succ π Mathlib.Algebra.ContinuedFractions.Computation.ApproximationCorollaries
{K : Type u_1} (v : K) [Field K] [LinearOrder K] [IsStrictOrderedRing K] [FloorRing K] (n : β) : (GenContFract.of v).convs (n + 1) = ββvβ + 1 / (GenContFract.of (Int.fract v)β»ΒΉ).convs n - Int.fract_periodic π Mathlib.Algebra.Field.Periodic
(Ξ± : Type u_4) [Ring Ξ±] [LinearOrder Ξ±] [IsStrictOrderedRing Ξ±] [FloorRing Ξ±] : Function.Periodic Int.fract 1 - unitInterval.fract_mem π Mathlib.Topology.UnitInterval
(x : β) : Int.fract x β unitInterval - ZSpan.coe_fract_self π Mathlib.Algebra.Module.ZLattice.Basic
{ΞΉ : Type u_2} {K : Type u_3} [NormedField K] [LinearOrder K] [IsStrictOrderedRing K] [FloorRing K] [Fintype ΞΉ] [Unique ΞΉ] (k : K) : ZSpan.fract (Module.Basis.singleton ΞΉ K) k = Int.fract k - ZSpan.repr_fract_apply π Mathlib.Algebra.Module.ZLattice.Basic
{E : Type u_1} {ΞΉ : Type u_2} {K : Type u_3} [NormedField K] [NormedAddCommGroup E] [NormedSpace K E] (b : Module.Basis ΞΉ K E) [LinearOrder K] [IsStrictOrderedRing K] [FloorRing K] [Fintype ΞΉ] (m : E) (i : ΞΉ) : (b.repr (ZSpan.fract b m)) i = Int.fract ((b.repr m) i) - continuousAt_fract π Mathlib.Topology.Algebra.Order.Floor
{Ξ± : Type u_1} [Ring Ξ±] [LinearOrder Ξ±] [FloorRing Ξ±] [TopologicalSpace Ξ±] [OrderClosedTopology Ξ±] [IsTopologicalAddGroup Ξ±] {x : Ξ±} (h : x β ββxβ) : ContinuousAt Int.fract x - continuousOn_fract π Mathlib.Topology.Algebra.Order.Floor
{Ξ± : Type u_1} [Ring Ξ±] [LinearOrder Ξ±] [FloorRing Ξ±] [TopologicalSpace Ξ±] [IsTopologicalAddGroup Ξ±] (n : β€) : ContinuousOn Int.fract (Set.Ico (βn) (βn + 1)) - tendsto_fract_left' π Mathlib.Topology.Algebra.Order.Floor
{Ξ± : Type u_1} [Ring Ξ±] [LinearOrder Ξ±] [FloorRing Ξ±] [TopologicalSpace Ξ±] [IsStrictOrderedRing Ξ±] [OrderClosedTopology Ξ±] [IsTopologicalAddGroup Ξ±] (n : β€) : Filter.Tendsto Int.fract (nhdsWithin (βn) (Set.Iio βn)) (nhds 1) - tendsto_fract_right' π Mathlib.Topology.Algebra.Order.Floor
{Ξ± : Type u_1} [Ring Ξ±] [LinearOrder Ξ±] [FloorRing Ξ±] [TopologicalSpace Ξ±] [IsStrictOrderedRing Ξ±] [OrderClosedTopology Ξ±] [IsTopologicalAddGroup Ξ±] (n : β€) : Filter.Tendsto Int.fract (nhdsWithin (βn) (Set.Ici βn)) (nhds 0) - tendsto_fract_left π Mathlib.Topology.Algebra.Order.Floor
{Ξ± : Type u_1} [Ring Ξ±] [LinearOrder Ξ±] [FloorRing Ξ±] [TopologicalSpace Ξ±] [IsStrictOrderedRing Ξ±] [OrderClosedTopology Ξ±] [IsTopologicalAddGroup Ξ±] (n : β€) : Filter.Tendsto Int.fract (nhdsWithin (βn) (Set.Iio βn)) (nhdsWithin 1 (Set.Iio 1)) - tendsto_fract_right π Mathlib.Topology.Algebra.Order.Floor
{Ξ± : Type u_1} [Ring Ξ±] [LinearOrder Ξ±] [FloorRing Ξ±] [TopologicalSpace Ξ±] [IsStrictOrderedRing Ξ±] [OrderClosedTopology Ξ±] [IsTopologicalAddGroup Ξ±] (n : β€) : Filter.Tendsto Int.fract (nhdsWithin (βn) (Set.Ici βn)) (nhdsWithin 0 (Set.Ici 0)) - ContinuousOn.comp_fract'' π Mathlib.Topology.Algebra.Order.Floor
{Ξ± : Type u_1} {Ξ² : Type u_2} [Ring Ξ±] [LinearOrder Ξ±] [FloorRing Ξ±] [TopologicalSpace Ξ±] [IsStrictOrderedRing Ξ±] [OrderTopology Ξ±] [TopologicalSpace Ξ²] {f : Ξ± β Ξ²} (h : ContinuousOn f (Set.Icc 0 1)) (hf : f 0 = f 1) : Continuous (f β Int.fract) - ContinuousOn.comp_fract π Mathlib.Topology.Algebra.Order.Floor
{Ξ± : Type u_1} {Ξ² : Type u_2} {Ξ³ : Type u_3} [Ring Ξ±] [LinearOrder Ξ±] [FloorRing Ξ±] [TopologicalSpace Ξ±] [IsStrictOrderedRing Ξ±] [OrderTopology Ξ±] [TopologicalSpace Ξ²] [TopologicalSpace Ξ³] {s : Ξ² β Ξ±} {f : Ξ² β Ξ± β Ξ³} (h : ContinuousOn (Function.uncurry f) (Set.univ ΓΛ’ Set.Icc 0 1)) (hs : Continuous s) (hf : β (s : Ξ²), f s 0 = f s 1) : Continuous fun x => f x (Int.fract (s x)) - ContinuousOn.comp_fract' π Mathlib.Topology.Algebra.Order.Floor
{Ξ± : Type u_1} {Ξ² : Type u_2} {Ξ³ : Type u_3} [Ring Ξ±] [LinearOrder Ξ±] [FloorRing Ξ±] [TopologicalSpace Ξ±] [IsStrictOrderedRing Ξ±] [OrderTopology Ξ±] [TopologicalSpace Ξ²] [TopologicalSpace Ξ³] {f : Ξ² β Ξ± β Ξ³} (h : ContinuousOn (Function.uncurry f) (Set.univ ΓΛ’ Set.Icc 0 1)) (hf : β (s : Ξ²), f s 0 = f s 1) : Continuous fun st => f st.1 (Int.fract st.2) - niven_fract_angle_div_pi_eq π Mathlib.NumberTheory.Niven
{r : β} (hcos : β q, Real.cos (βr * Real.pi) = βq) : Int.fract r β {0, 1 / 3, 1 / 2, 2 / 3} - CircleDeg1Lift.map_fract_sub_fract_eq π Mathlib.Dynamics.Circle.RotationNumber.TranslationNumber
(f : CircleDeg1Lift) (x : β) : f (Int.fract x) - Int.fract x = f x - x - measurable_fract π Mathlib.MeasureTheory.Function.Floor
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [TopologicalSpace R] [OrderTopology R] [MeasurableSpace R] [IsStrictOrderedRing R] [BorelSpace R] : Measurable Int.fract - MeasurableSet.image_fract π Mathlib.MeasureTheory.Function.Floor
{R : Type u_2} [Ring R] [LinearOrder R] [FloorRing R] [TopologicalSpace R] [OrderTopology R] [MeasurableSpace R] [IsStrictOrderedRing R] [BorelSpace R] {s : Set R} (hs : MeasurableSet s) : MeasurableSet (Int.fract '' s) - Measurable.fract π Mathlib.MeasureTheory.Function.Floor
{Ξ± : Type u_1} {R : Type u_2} [MeasurableSpace Ξ±] [Ring R] [LinearOrder R] [FloorRing R] [TopologicalSpace R] [OrderTopology R] [MeasurableSpace R] [IsStrictOrderedRing R] [BorelSpace R] {f : Ξ± β R} (hf : Measurable f) : Measurable fun x => Int.fract (f x) - Real.convergent_succ π Mathlib.NumberTheory.DiophantineApproximation.Basic
(ΞΎ : β) (n : β) : ΞΎ.convergent (n + 1) = ββΞΎβ + ((Int.fract ΞΎ)β»ΒΉ.convergent n)β»ΒΉ
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision 69fae59