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

Test: Group Theory #37

Open
Charles-Johnson opened this issue May 31, 2021 · 1 comment
Open

Test: Group Theory #37

Charles-Johnson opened this issue May 31, 2021 · 1 comment
Labels
question Further information is requested

Comments

@Charles-Johnson
Copy link
Owner

Charles-Johnson commented May 31, 2021

Can we express the group property of a given set and operation?

Closure property

let (_s_ with _o_ form a group) => _a_ in _s_ and _b_ in _s_ => _a_ _o_ _b_ in _s_

Inverse and Identity properties

let (_s_ with _o_ form a group) => (_a_ in _s_) => (_i_ exists_such_that) ((_a_ _o_ _i_ -> _a_) and _i_ _o_ _a_ -> _a_) and (_b_ exists_such_that) (_b_ in _s_ and (_a_ _o_ _b_ -> _i_) and _b_ _o_ _a_ -> _i_)

Associativity property

let (_s_ with _o_ form a group) => (_a_ in _s_ and _b_ in _s_ and _c_ in _s_) => _a_ _o_ (_b_ _o_ _c_) = (_a_ _o_ _b_) _o_ _c_

Equality definition

let (_y_ exists_such_that) (_x_ -> _y_ and _z_ -> _y_) => _x_ = _y_
@Charles-Johnson Charles-Johnson added the question Further information is requested label Jun 10, 2021
@Charles-Johnson
Copy link
Owner Author

I should try to make a tutorial for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant