離散數學群論_離散數學中的群論及其類型

離散數學群論

半群 (Semigroup)

An algebraic structure (G, *) is said to be a semigroup. If the binary operation * is associated in G i.e. if (a*b) *c = a *(b*c) a,b,c e G. For example, the set of N of all natural number is semigroup with respect to the operation of addition of natural number.

代數結構(G,*)被稱為半群。 如果二進制運算*G關聯,即(a * b)* c = a *(b * c)a,b,ce G。 例如,相對于自然數的加法運算,所有自然數的N的集合是半群。

Obviously, addition is an associative operation on N. similarly, the algebraic structure (N, .)(I, +) and (R, +) are also semigroup.

顯然,加法是對N的關聯運算。 同樣,代數結構(N,。)(I,+)(R,+)也是半群。

單體 (Monoid)

A group which shows property of an identity element with respect to the operation * is called a monoid. In other words, we can say that an algebraic system (M,*) is called a monoid if x, y, z E M.

顯示關于操作*的標識元素的屬性的組稱為monoid。 換句話說,如果x,y,z EM ,我們可以說一個代數系統(M,*)被稱為一個等式

(x *y) * z = x * (y * z)

(x * y)* z = x *(y * z)

And there exists an elements e E M such that for any x E M

并且存在一個元素EM ,對于任何x EM

e * x = x * e = x where e is called identity element.

e * x = x * e = x其中e稱為身份元素。

關閉屬性 (Closure property)

The operation + is closed since the sum of two natural number is a natural number.

由于兩個自然數之和是自然數,所以運算+是閉合的。

關聯財產 (Associative property)

The operation + is an associative property since we have (a+b) + c = a + (b+c) a, b, c E I.

由于我們具有(a + b)+ c = a +(b + c)a,b,c EI,因此運算+是一種關聯性質。

身分識別 (Identity)

There exist an identity element in a set I with respect to the operation +. The element 0 is an identity element with respect to the operation since the operation + is a closed, associative and there exists an identity. Since the operation + is a closed associative and there exists an identity. Hence the algebraic system ( I, +) is a monoid.

關于操作+ ,在集合I中存在一個標識元素。 元素0是關于操作的標識元素,因為操作+是封閉的,關聯的并且存在一個標識。 由于操作+是封閉的關聯,因此存在一個標識。 因此,代數系統(I,+)是一個齊半群

(Group)

A system consisting of a non-empty set G of element a, b, c etc with the operation is said to be group provided the following postulates are satisfied:

如果滿足以下假設,則一個由元素a,b,c等組成的非空集G組成的系統將被稱為組。

1. Closure property

1.關閉屬性

    For all a, b E G => a, b E G
i.e G is closed under the operation ‘.’

2. Associativity

2.關聯性

    (a,b).c = a.(b.c) a, b, c E G.
i.e the binary operation ‘.’ Over g is associative.

3. Existence of identity

3.身份的存在

    There exits an unique element in G. Such that e.a = a = a.e 
for every a E G. This  element e is called the identity.

4. Existence of inverse

4.逆的存在

    For each a E G , there exists an element a^-1 E G 
such that a. a^-1 = e = a^-1.a
the element a^-1 is called the inverse of a .

交換組 (Commutative Group)

A group G is said to be abelian or commutative if in addition to the above four postulates the following postulate is also satisfied.

如果除上述四個假設外,還滿足以下假設,則稱G組為阿貝爾或交換性的。

5. Commutativity

5.可交換性

    a.b = b.a for every a, b E G.

循環群 (Cyclic Group)

A group G is called cyclic. If for some aEG, every element xEG is of the form a^n. where n is some integer. Symbolically we write G = {a^n : n E I}. The single element a is called a generator of G and as the cyclic group is generated by a single element, so the cyclic group is also called monogenic.

G稱為循環的。 如果對于某些aEG ,每個元素xEG的形式都是a ^ n 。 其中n是一些整數。 象征性地,我們寫G = {a ^ n:n EI} 。 單個元素a稱為G的生成器,并且由于環狀基團是由單個元素生成的,因此環狀基團也稱為單基因

亞組 (Subgroup)

A non- empty subset H of a set group G is said to be a subgroup of G, if H is stable for the composition * and (H, *) is a group. The additive group of even integer is a subgroup of the additive group of all integer.

一組群G的一個非空真子集H被表示為G的一個子群,如果H是穩定該組合物*(H,*)是一組。 偶數整數的加法組是所有整數的加法組的子組。

翻譯自: https://www.includehelp.com/basics/group-theory-and-their-type-in-discrete mathematics.aspx

離散數學群論

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/380060.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/380060.shtml
英文地址,請注明出處:http://en.pswp.cn/news/380060.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

IDA使用方法-----1

0x01 啟動IDA new:反匯編一個新文件go:運行,直接進入IDAPrevious:載入一個我們以前編譯過的程序 如果不想每次都看到這個對話框,可以取消該對話框底部的Display at startup(啟動時顯示)&#x…

郵箱驗證JS代碼

方法一,用JSfunction finish_onclick() { var username document.getElementById("username");var pwhidden document.getElementById("pwhidden");if(username.value"") { alert("請填寫您的企業郵箱地址!");username.f…

objdump命令詳解

objdump命令是用查看目標文件或者可執行的目標文件的構成的gcc工具。 選項 --archive-headers -a 顯示檔案庫的成員信息,類似ls -l將lib*.a的信息列出。 -b bfdname --targetbfdname 指定目標碼格式。這不是必須的,objdump能自動識別許多格式,比如…

Java——異常(try...catch...finally)

public class Demo5_Throwable {public static void main(String[] args) {try{System.out.println(1/0);}catch(Exception e){System.out.println(e.getMessage());//獲取異常信息,返回字符串;System.out.println(e.toString());//獲取異常類名和異常信息&#xff…

Python程序反轉給定數字(2種不同方式)

Take input number from the user and print its reverse. 從用戶處獲取輸入號碼并打印其反面。 Example: 例: Input:12345Output:54321Here, we are implementing program to reversing a given number using 2 different ways. 在這里,我們正在實施程…

外匯期貨學習專帖(轉)

一篇好文,值得深思! (轉) 我的一些所看所想,和大家聊聊 ; d: R ^6 c* A2 e X" y8 y4 Bhttp://www.fx998.cn 說來慚愧,很久以前,俺在期貨公司混事,95年以前國內期貨公司從外盤棉花到咖啡....,外匯期指到原油.都能*作.是一派欣欣向榮之景.95年之后,按國家規定都轉了內…

《Pro ASP.NET MVC 3 Framework》學習筆記之四【領域模型介紹】

主題:應用領域驅動開發(Applying Domain-Driven Development) Domain Model是MVC程序的"心臟",其他的一切,包括Controllers和Views僅僅是用來跟Domain Model交互的一種方式,ASP.NET MVC并沒有限制使用在Domain Model上面…

Java——集合框架(List)

集合框架(List的三個子類的特點) A:List的三個子類的特點 ArrayList: 底層數據結構是數組,查詢快,增刪慢。 線程不安全,效率高。 Vector: 底層數據結構是數組,查詢…

一步一步學pwntools(適合新手)

序 pwntools是一個二進制利用框架。官方文檔提供了詳細的api規范。然而目前并沒有一個很好的新手教程。因此我用了我過去的幾篇writeup。由于本文只是用來介紹pwntools使用方法,我不會過于詳細的講解各種二進制漏洞攻擊技術。 Pwntools的“Hello World” 棧溢出無…

關于J2EE中死鎖問題的研究(1)

大多數重要的應用程序都涉及高度并發性和多個抽象層。并發性與資源爭用有關,并且是導致死鎖問題增多的因素之一。多個抽象層使隔離并修復死鎖環境的工作變得更加困難。 通常,當同時執行兩個或兩個以上的線程時,如果每個線程都占有一個資源并請…

python變量分配內存_Python | 聲明任何變量而不分配任何值

python變量分配內存Since, Python is a dynamic programming language so there is no need to declare such type of variable, it automatically declares when first time value assign in it. 由于Python是一種動態編程語言,因此無需聲明此類變量,它…

UVA 10004 - Bicoloring

模擬染色&#xff0c;因為只有兩種顏色&#xff0c;所以分別用 0、 1 代表這兩種顏色&#xff0c;然后從0開始深搜&#xff0c;如果 每個點都能染上色&#xff0c;且相鄰兩點的顏色不同&#xff0c;則符合要求。 #include<stdio.h>#include<string.h>#define MAXN …

標志寄存器:CF、PF、AF、ZF、SF、TF、DF、OF

注&#xff1a;下面說到的標志寄存器都是縮寫&#xff0c;C就是CF&#xff0c;其他也一樣 標志寄存器&#xff1a;C、P、A、Z、S、T、D、O的內容只會是0或1&#xff0c;0表示假&#xff0c;1表示真 O&#xff1a;溢出標志 一個寄存器如果存放的值超過所能表示的范圍&#xf…

揭秘:銷售人員26個致命弱點

銷售人員有許多積極的態度需要學習&#xff0c; 同時也有許多不良的習慣應該避免&#xff0c;以免影響個性及專業能力。仔細看看這些缺點&#xff0c;反省你自己&#xff0c;還需要改善的畫&#xff0c;直到你給自己一百分為止。找一位深知你的好 友&#xff0c;讓他誠實地給你…

Java——集合(練習題)

例題1&#xff1a;產生10個1~20之間的隨機數&#xff0c;要求隨機數不能重復 import java.util.HashSet; import java.util.Random; public class Test1 {/*** 產生10個1~20之間的隨機數&#xff0c;要求隨機數不能重復* * 分析&#xff1a;* 1,有Random類創建隨機數對象* 2&a…

模塊化 組件化 工程化_軟件工程中的模塊和軟件組件

模塊化 組件化 工程化The module in software is a small part of the software that is responsible for performing any kind of functionality. Sometimes, the term sub-program is also used to refer to the term module. 軟件中的模塊是軟件的一小部分&#xff0c;負責…

Firefox2狂占CPU解決辦法

https://images.cnblogs.com/cnblogs_com/Tisty/138006/o_firefox3.jpg 看了一下&#xff0c;不知道 "jpeg_free_large" 是干啥的&#xff0c;遂用 "Firefox jpeg_free_large" Google 一下&#xff0c;出來的一堆東西里有帖子說可能和 Apple 的 QuickTime …

PUSHAD和POPAD,以及PUSHA和POPA

PUSHAD PUSHAD也叫保護現場&#xff0c;就是把我們的寄存器壓入棧中 pushad是把eax&#xff0c;ecx&#xff0c;edx&#xff0c;ebx&#xff0c;esp、ebp&#xff0c;esi&#xff0c;edi依次壓入棧中&#xff0c;ESP會減少32&#xff0c;相當于&#xff1a; push eax push ec…

Java——n個數的全排列

例題&#xff1a; 輸入一串字符串&#xff0c;將該字符串中的字符元素進行全排列&#xff0c;然后&#xff0c;一串輸出結果。 例如&#xff1a; 輸入&#xff1a; ABCD 輸出&#xff1a; ABCD ABDC ACBD ACDB ADBC ADCB BACD BADC BCAD BCDA BDAC BDCA CABD CADB CBAD CBDA…

一段個性化stringgrid的代碼

需要注意的是 該段程序使用了 canvas。 procedure TW_CkbTaiZhang.KhLstDrawCell(Sender: TObject; ACol,ARow: Integer; Rect: TRect; State: TGridDrawState);begin if ARowkhlst.Row then with khlst.Canvas do //畫 cell 的邊框 begin Pen.Color : $00ff0000; …