Skip to content

Commit

Permalink
clean up def extension_of_isomorphism
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavkarve committed Mar 12, 2021
1 parent 93772b0 commit 0762b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model.lean
Original file line number Diff line number Diff line change
Expand Up @@ -845,8 +845,8 @@ def extend_struc_by_element : sorry := sorry


def extension_of_isomorphism (t : theory L) (M₁ M₂ : Model t) :
∀ (S₁ : substruc M₁.M) (S₂ : substruc M₂.M) [fin_substruc S₁] [fin_substruc S₂]
(η : isomorphism S₁ S₂),
∀ (S₁ : substruc M₁.M) (S₂ : substruc M₂.M) [fin_substruc S₁] [fin_substruc S₂],
(η : @isomorphism L ↑S₁ S₂),
∀ (m : M₁.M.univ), ∃ (m': M₂.M.univ),
∃ (η' : extend_struc_by_element S₁ m → extend_struc_by_element S₂ m'),
η' is_isomorphism ∧ (η' m = m') ∧ (η = η' on S₁)
Expand Down

0 comments on commit 0762b9d

Please sign in to comment.