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

reorganise transport_paths lemmas and add tests #2253

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

Conversation

Alizter
Copy link
Collaborator

@Alizter Alizter commented Mar 11, 2025

In this PR, we reorganise our transport_paths lemmas, grouping them by number of functions and putting them in order of left to right. We also test the associated tactics expected usage making sure things are working as expected. We also add some missing lemmas and fix some mistakes observed during testing.

There is a unification problem in one of the tactics that I wasn't able to understand, so I will mark this as draft for now.

@Alizter Alizter marked this pull request as ready for review March 12, 2025 16:08
@Alizter Alizter requested a review from jdchristensen March 12, 2025 16:08
Comment on lines +241 to +242
| [ |- transport (fun x => ?y = ?h (?gg (?f x))) ?p ?q = ?r ]
=> lhs exact (transport_paths_FFFr (f:=f) (g:=gg) (h:=h) p q)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why gg instead of g?

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