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

notation for ae_eq #1079

Open
affeldt-aist opened this issue Nov 2, 2023 · 3 comments
Open

notation for ae_eq #1079

affeldt-aist opened this issue Nov 2, 2023 · 3 comments
Labels
question ❓ There is an unanswered question here
Milestone

Comments

@affeldt-aist
Copy link
Member

(* ae_eq D f g == f is equal to g almost everywhere *)

what about using a notation such as

Reserved Notation "x '=ae' y " (at level 60, format "x  '=ae'  y").

or =a.e. ?

@affeldt-aist affeldt-aist added the question ❓ There is an unanswered question here label Nov 2, 2023
@CohenCyril
Copy link
Member

CohenCyril commented Nov 2, 2023

Sure. (Without the dots IMO)
We could also use
{ae, f =1 g}
(This notation has the advantage of being the composition of two generic notations)

@affeldt-aist
Copy link
Member Author

and what about if we need to make the measure explicit? {ae[mu], f =1 g} ? (If we need to make both the measure and the support set explicit, then {ae mu, forall x, x \in D -> f x = g x} is good enough, no need for a notation)

@affeldt-aist
Copy link
Member Author

Maybe we should have defined

Definition ae_eq f g := {ae mu, forall x, D x -> f x = g x}.

as

Definition ae_eq f g := {ae mu, f \_ D =1 g \_ D}.

instead

@affeldt-aist affeldt-aist modified the milestones: 0.6.6, 0.6.7 Nov 7, 2023
@affeldt-aist affeldt-aist modified the milestones: 0.6.7, 0.6.8 Jan 5, 2024
@affeldt-aist affeldt-aist modified the milestones: 0.7.0, 1.0.0 Jan 17, 2024
@affeldt-aist affeldt-aist modified the milestones: 1.0.0, 1.0.1 Jan 24, 2024
@affeldt-aist affeldt-aist modified the milestones: 1.0.1, 1.2.0 Mar 24, 2024
@affeldt-aist affeldt-aist modified the milestones: 1.2.0, 1.3.0 Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question ❓ There is an unanswered question here
Projects
None yet
Development

No branches or pull requests

2 participants