Skip to content

Descent: strengthen OO_cancelL_conn_map ("if" dir of CORS 2.31)#2372

Open
jdchristensen wants to merge 1 commit into
HoTT:masterfrom
jdchristensen:cors-2.31
Open

Descent: strengthen OO_cancelL_conn_map ("if" dir of CORS 2.31)#2372
jdchristensen wants to merge 1 commit into
HoTT:masterfrom
jdchristensen:cors-2.31

Conversation

@jdchristensen

Copy link
Copy Markdown
Collaborator

I noticed that one direction of CORS 2.31 (formalized as OO_cancelL_conn_map) can be strengthened using the improved results in #2371 , replacing an O'-connectedness hypothesis with an O-connectedness hypothesis. And the proof is actually slightly simpler now, as OO_cancelL_conn_map is just the fibrewise version of OO_isconnected_hfiber. (I guess it could already have been proved this way before.)

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR strengthens the lemma OO_cancelL_conn_map in Descent.v (the “if” direction of CORS Prop. 2.31) by weakening the hypothesis on the composite map g ∘ f from O'-connected to O-connected, leveraging improved connectedness results (notably the OO_isconnected_hfiber viewpoint).

Changes:

  • Strengthen OO_cancelL_conn_map by replacing the IsConnMap O' (g o f) hypothesis with IsConnMap O (g o f).
  • Simplify the proof of OO_cancelL_conn_map using a fiber-equivalence (hfiber_hfiber_compose_map) and OO_isconnected_hfiber.
  • Update surrounding documentation comments to reflect the strengthened statement and clarify hypotheses.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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