Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real numbers are dense #1287

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Real numbers are dense #1287

wants to merge 3 commits into from

Conversation

lowasser
Copy link
Contributor

@lowasser lowasser commented Feb 6, 2025

No description provided.

Comment on lines +249 to +265
elim-exists
( claim)
( λ q (q∈ux , q∈ly) →
elim-exists
( claim)
( λ p (p<q , p∈ux) →
elim-exists
( claim)
( λ r (q<r , r∈ly) →
intro-exists (real-ℚ q)
( intro-exists p (p∈ux , p<q) ,
intro-exists r (q<r , r∈ly)))
( forward-implication (is-rounded-lower-cut-ℝ y q) q∈ly))
( forward-implication (is-rounded-upper-cut-ℝ x q) q∈ux))
where
claim : Prop (lsuc lzero ⊔ l1 ⊔ l2)
claim = ∃ (ℝ lzero) (λ z → le-ℝ-Prop x z ∧ le-ℝ-Prop z y)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wrote some helper functions for existential quantifications in #1298 that should be helpful to you, @lowasser. In particular, I believe this construction should be a singular application of the ternary functorial action of existential quantification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants