Skip to content

Sakai 1.7.5#76

Open
j-loreaux wants to merge 7 commits intomasterfrom
sakai-1.7.5
Open

Sakai 1.7.5#76
j-loreaux wants to merge 7 commits intomasterfrom
sakai-1.7.5

Conversation

@j-loreaux
Copy link
Copy Markdown
Owner

No description provided.

Copy link
Copy Markdown
Collaborator

@JonBannon JonBannon left a comment

Choose a reason for hiding this comment

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

Just a bunch of comments, meant to help me understand design-related issues.


open scoped CStarAlgebra

section Bar
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
section Bar
section Range


end Unital

end Bar
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
end Bar
end Range

Copy link
Copy Markdown
Collaborator

@themathqueen themathqueen left a comment

Choose a reason for hiding this comment

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

some comments

open WeakDual ContinuousMap
open scoped ComplexOrder

namespace ContinuousMap
Copy link
Copy Markdown
Collaborator

@themathqueen themathqueen Mar 23, 2026

Choose a reason for hiding this comment

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

move to Mathlib/Analysis/RCLike/ContinuousMap

variable {α : Type*} (𝕜 : Type*) [TopologicalSpace α] [RCLike 𝕜]

/-- `ContinuousMap.realToRCLike` as an order embedding. -/
def realToRCLikeOrderEmbedding :
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
def realToRCLikeOrderEmbedding :
variable (α) in
def realToRCLikeOrderEmbedding :


end ContinuousMap

section Unitary
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Mathlib/Algebra/Star/Unitary

section StarMemClass

@[simp]
lemma Subtype.isSelfAdjoint_iff {S R : Type*} [Star R] [SetLike S R] [StarMemClass S R]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I think SetLike is more appropriate than subtype here

Suggested change
lemma Subtype.isSelfAdjoint_iff {S R : Type*} [Star R] [SetLike S R] [StarMemClass S R]
lemma SetLike.isSelfAdjoint_iff {S R : Type*} [Star R] [SetLike S R] [StarMemClass S R]


end Unitary

section CommuteSpan
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

move to somewhere in Mathlib/Algebra probably?

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.

3 participants