Skip to content

tomathlib/even-equiv-nat#46

Open
FordUniver wants to merge 3 commits into
masterfrom
tomathlib/even-equiv-nat
Open

tomathlib/even-equiv-nat#46
FordUniver wants to merge 3 commits into
masterfrom
tomathlib/even-equiv-nat

Conversation

@FordUniver

@FordUniver FordUniver commented Nov 11, 2025

Copy link
Copy Markdown
Owner

No description provided.

- Created ToMathlib/EvenEquivNat/Basic.lean with the equivalence and theorem
- Added metadata.yaml tracking this as to_submit status
- Removed code from MulticolorRamsey/Basic.lean and imported from ToMathlib
- Provides equivalence between {n : ℕ // Even n} and ℕ via n ↦ n/2
- Theorem: ∑' x, f (2*x) = ∑' x : {n | Even n}, f x
@FordUniver FordUniver changed the title Move evenEquivNat and tsum_double_eq_tsum_even to ToMathlib tomathlib/even-equiv-nat Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant