All proofs
Project-declaredLean 4.31.0 · mathlib@fabf563a7c95

Point To Iterate Quotient Index q Map total fiber eq self

Binius.BinaryBasefold.pointToIterateQuotientIndex_qMap_total_fiber_eq_self

Plain-language statement

the pointToIterateQuotientIndex of qMap_total_fiber

Exact Lean statement

lemma pointToIterateQuotientIndex_qMap_total_fiber_eq_self (i : Fin ℓ) (steps : ℕ)
    (h_i_add_steps : i.val + steps ≤ ℓ)
    (y : (sDomain 𝔽q β h_ℓ_add_R_rate) (i := ⟨i + steps, by omega⟩)) (k : Fin (2 ^ steps)) :
    pointToIterateQuotientIndex (i := ⟨i, by omega⟩) (steps := steps) (h_i_add_steps := by omega)
      (x := ((qMap_total_fiber 𝔽q β (i := ⟨i, by omega⟩) (steps := steps)
        (h_i_add_steps := by apply Nat.lt_add_of_pos_right_of_le; omega) (y := y) k):
          sDomain 𝔽q β h_ℓ_add_R_rate (i := ⟨i, by omega⟩))) = k

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma pointToIterateQuotientIndex_qMap_total_fiber_eq_self (i : Fin ℓ) (steps : )    (h_i_add_steps : i.val + steps  ℓ)    (y : (sDomain 𝔽q β h_ℓ_add_R_rate) (i := i + steps, by omega)) (k : Fin (2 ^ steps)) :    pointToIterateQuotientIndex (i := i, by omega) (steps := steps) (h_i_add_steps := by omega)      (x := ((qMap_total_fiber 𝔽q β (i := i, by omega) (steps := steps)        (h_i_add_steps := by apply Nat.lt_add_of_pos_right_of_le; omega) (y := y) k):          sDomain 𝔽q β h_ℓ_add_R_rate (i := i, by omega))) = k := by  apply Fin.eq_mk_iff_val_eq.mpr  apply eq_iff_eq_all_getBits.mpr  intro j -- bit index j  simp only [pointToIterateQuotientIndex, qMap_total_fiber]  rw [Nat.getBit_of_binaryFinMapToNat]  simp only [Nat.add_zero, Nat.pow_zero, eq_mp_eq_cast, cast_eq, Module.Basis.repr_symm_apply]  by_cases h_j : j < steps  · simp only [h_j, ↓reduceDIte];    by_cases hsteps : steps = 0    · simp only [hsteps, ↓reduceDIte, eqRec_eq_cast, Nat.add_zero, Nat.pow_zero]      omega    · simp only [hsteps, ↓reduceDIte, Module.Basis.repr_linearCombination,      Finsupp.equivFunOnFinite_symm_apply_apply, h_j, ite_eq_left_iff, one_ne_zero,      imp_false, Decidable.not_not]      -- ⊢ (if j.getBit ↑k = 0 then 0 else 1) = j.getBit ↑k      have h := Nat.getBit_eq_zero_or_one (k := j) (n := k)      by_cases h_j_getBit_k_eq_0 : j.getBit ↑k = 0      · simp only [h_j_getBit_k_eq_0, ↓reduceIte]      · simp only [h_j_getBit_k_eq_0, false_or, ↓reduceIte] at h         exact id (Eq.symm h)  · rw [Nat.getBit_of_lt_two_pow];    simp only [h_j, ↓reduceDIte, ↓reduceIte];
Project
ArkLib
License
Apache-2.0
Commit
fad5cbf80877
Source
ArkLib/ProofSystem/Binius/BinaryBasefold/Prelude.lean:397-425

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.31.0

Affine gaps lifted to interleaved codes

affine_gaps_lifted_to_interleaved_codes

Project documentation

This lemma proves the final algebraic step in the DG25 Theorem 3.1 proof. It shows that if R > e + 1, then e * (R / (R - 1)) < e + 1. The intuition is that the fraction R / (R - 1) is always greater than 1, but as R gets larger, it gets closer to 1. The hypothesis R > e + 1 provides a strong enough bound to ensure the product e * (fraction) do...

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Gadget Decompose coeff

ArkLib.Lattices.Ajtai.gadgetDecompose_coeff

Plain-language statement

The k-th coefficient (k < deg φ) of a gadget-decomposition block is exactly the corresponding digit of the corresponding input coefficient.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Gadget Decompose lawful

ArkLib.Lattices.Ajtai.gadgetDecompose_lawful

Plain-language statement

The base-b gadget decomposition is a lawful gadget decomposition.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record