Mathlib Map

Theorems · Definition · number theory

Int.clogZPowGi

(R : Type u_1) →
  [inst : Semifield R] →
    [inst_1 : LinearOrder R] →
      [inst_2 : IsStrictOrderedRing R] →
        [inst_3 : FloorSemiring R] →
          {b : ℕ} → (hb : 1 < b) → GaloisInsertion (fun r => Int.clog b ↑r) fun z => ⟨↑b ^ z, ⋯⟩

Over suitable subtypes, Int.clog and zpow form a Galois insertion

Defined in
Mathlib.Data.Int.Log
Cited by
2 results in Mathlib
Foundations
Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemifieldLinearOrderIsStrictOrderedRingFloorSemiring

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.

Cited by2

Results whose statement or proof uses this declaration.