Theorems · Theorem · number theory
IsDivSequence.smul
Deprecated since 2026-06-30Use IsDvdSequence.smul instead.
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : Dvd α] [inst_1 : Monoid β] [inst_2 : Monoid γ] {f : α → γ}
[inst_3 : SMul β γ] [IsScalarTower β γ γ] [IsScalarTower β β γ] [SMulCommClass β γ γ] (b : β),
IsDvdSequence f → IsDvdSequence (b • f)Alias of IsDvdSequence.smul.
- Defined in
- Mathlib.Data.Nat.DvdSequence
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- IsScalarTowerstatement · cited by 3,896
- Monoidstatement · cited by 3,887
- SMulCommClassstatement · cited by 1,927
- IsDvdSequencestatement · cited by 10
- IsDvdSequence.smulproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.