Theorems · Definition · number theory
Nat.chineseRemainderOfFinset
{ι : Type u_1} →
(a s : ι → ℕ) →
(t : Finset ι) →
(∀ i ∈ t, s i ≠ 0) → (↑t).Pairwise (Function.onFun Nat.Coprime s) → { k // ∀ i ∈ t, k ≡ a i [MOD s i] }The natural number less than ∏ i ∈ t, s i congruent to
a i mod s i for all i ∈ t.
- Defined in
- Mathlib.Data.Nat.ChineseRemainder
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Function.onFunstatement and proof · cited by 570
- Set.Pairwisestatement and proof · cited by 321
- Nat.ModEqstatement · cited by 225
- Finset.nodupproof · cited by 40
- Nat.chineseRemainderOfMultisetproof · cited by 2
Cited by4
Results whose statement or proof uses this declaration.
- Nat.unbetaproof · cited by 1
- Nat.chineseRemainderOfFinset_lt_prodstatement · cited by 0
- Nat.chineseRemainderOfFinset.congr_simpstatement and proof · cited by 0
- Nat.beta_unbeta_coeproof · cited by 0