Skip to content

fix: Exercise 3.4.3 — image does not preserve ∩ or \ - #677

Closed
Chessing234 wants to merge 1 commit into
teorth:mainfrom
Chessing234:fix/ex-3-4-3-image-inter-diff-false
Closed

fix: Exercise 3.4.3 — image does not preserve ∩ or \#677
Chessing234 wants to merge 1 commit into
teorth:mainfrom
Chessing234:fix/ex-3-4-3-image-inter-diff-false

Conversation

@Chessing234

@Chessing234 Chessing234 commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Summary

  • image_of_inter' is false: with the constant map fun _ : nat ↦ (0:nat), A = {0}, B = {1}, the left side is image ∅ = ∅ while the right side is {0} ∩ {0} = {0}.
  • image_of_diff' is false: same map with A = {0,1}, B = {1} gives image(A \ B) = {0} but image A \ image B = ∅.

Test plan

  • CI / lake build Analysis/Section_3_4.lean

@teorth

teorth commented Sep 5, 2026

Copy link
Copy Markdown
Owner

Closing this one under the repository's solutions policy — see the consolidated note on #667 for the full explanation and for what would be most welcome instead.

Briefly: this PR discharges sorrys that are reader exercises in Analysis I, and removes the accompanying hint comment ("the first line of this construction should be either apply isTrue or apply isFalse"). From the README:

Portions of the text that were left as exercises to the reader are rendered in this translation as sorrys. Readers are welcome to fork the repository here to try their hand at these exercises, but I do not intend to place solutions in this repository directly.

Nothing wrong with the mathematics here — this is purely about what belongs in the main repository.

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.

2 participants