Other Collective Organisations and Groups | 其他集体组织与群:数学中的集合、分组与结构

📚 Other Collective Organisations and Groups | 其他集体组织与群:数学中的集合、分组与结构

In A-Level Mathematics, the phrase ‘collective organisations and groups’ may not appear as a single exam topic, but the underlying ideas appear throughout the syllabus. Whether we are organising data into groups, dividing a population into strata for sampling, or studying algebraic structures called groups in Further Mathematics, the ability to classify and work with collections of objects is essential. This article explores the key principles of sets, partitions, grouped data, sampling groups and basic group theory, showing how these ‘collective organisations’ support rigorous mathematical reasoning.

在 A-Level 数学中,“集体组织与群”这一表述可能不是一个独立的考试主题,但其核心思想贯穿整个大纲。无论是将数据分组整理、把总体划分为层进行抽样,还是在进阶数学中研究称为“群”的代数结构,对对象集合进行分类和运算的能力都至关重要。本文探讨集合、划分、分组数据、抽样群体以及基础群论的关键原理,展示这些“集体组织”如何支撑严谨的数学推理。


1. Sets and Elements | 集合与元素

A set is a well-defined collection of distinct objects, called elements. For example, the set of outcomes when rolling a fair die is S = {1, 2, 3, 4, 5, 6}. We write 3 ∈ S to mean ‘3 is an element of S’, and 7 ∉ S to mean ‘7 is not an element of S’. Sets are usually denoted by capital letters, and the empty set ∅ contains no elements.

集合是明确定义的、互不相同的对象的总体,称为元素。例如,掷一枚公平骰子的结果集合为 S = {1, 2, 3, 4, 5, 6}。我们写作 3 ∈ S 表示“3 是 S 的元素”,写作 7 ∉ S 表示“7 不是 S 的元素”。集合通常用大写字母表示,空集 ∅ 不含任何元素。

The order of elements in a set does not matter, and repeated elements are ignored. Thus {1, 2, 3} and {3, 1, 2} represent the same set. This is different from a list or sequence, where order is important and repetitions are allowed.

集合中元素的顺序无关紧要,重复元素会被忽略。因此 {1, 2, 3} 和 {3, 1, 2} 表示同一个集合。这与列表或序列不同,后者的顺序很重要并且允许重复。


2. Subsets and Partitions | 子集与划分

A subset is a set whose elements all belong to another set. We write A ⊆ B if every element of A is also in B. For example, if B = {1, 2, 3, 4, 5} and A = {2, 4}, then A ⊆ B. A partition divides a set into non-empty, non-overlapping subsets called blocks or parts, whose union is the original set. For instance, the set {1, 2, 3, 4} can be partitioned into {1, 2} and {3, 4}.

子集是其所有元素都属于另一个集合的集合。如果 A 的每个元素都在 B 中,我们写作 A ⊆ B。例如,若 B = {1, 2, 3, 4, 5} 且 A = {2, 4},则 A ⊆ B。划分将一个集合分成若干个非空、不重叠的子集,称为块或部分,这些子集的并集等于原集合。例如,集合 {1, 2, 3, 4} 可以划分为 {1, 2} 和 {3, 4}。

Partitions are useful in probability and statistics because they allow a sample space to be split into mutually exclusive events. If events E₁, E₂, …, Eₙ form a partition of S, then exactly one of them must occur, and their probabilities sum to 1.

划分在概率和统计中非常有用,因为它们使样本空间被分割成互斥的事件。如果事件 E₁、E₂、…、Eₙ 构成 S 的一个划分,那么它们中恰好有一个必然发生,并且它们的概率之和为 1。


3. Grouped Data in Statistics | 统计数据中的分组

In statistics, large data sets are often organised into class intervals or groups. Instead of listing every individual value, we record the frequency of observations within each interval. For example, test scores may be grouped as 0-9, 10-19, 20-29 and so on. This collective organisation makes patterns easier to see, but some detail is lost.

在统计中,大型数据集通常被组织成组或组距。我们不列出每个单独的值,而是记录每个区间内观测值的频数。例如,考试成绩可以分组为 0-9、10-19、20-29 等。这种集体化组织使规律更容易观察,但会丢失一些细节。

When estimating the mean of grouped data, we use the midpoint of each interval. For an interval a-b, the midpoint is (a + b)/2. The estimated mean is calculated as the sum of frequency multiplied by midpoint divided by total frequency. This is only an estimate because the exact values within each group are unknown.

估算分组数据的平均值时,我们使用每个区间的组中值。对于区间 a-b,组中值为 (a + b)/2。估计平均值等于各频数乘以组中值之和除以总频数。这只是一个估计值,因为每组内确切的值未知。


4. Stratified Sampling as Organised Groups | 分层抽样中的组织群体

Stratified sampling divides a population into distinct subgroups called strata, based on characteristics such as age or gender. A random sample is then taken from each stratum in proportion to its size. This ensures that every important group within the population is represented fairly, improving the reliability of the sample.

分层抽样根据年龄或性别等特征将总体划分为不同的子群体,称为层。然后按各层大小的比例从每层中随机抽取样本。这确保总体中每一个重要群体都得到公平代表,从而提高样本的可靠性。

The formula for the number sampled from a stratum is: sample size from stratum = (stratum size / population size) × total sample size. For example, if a school has 600 girls and 400 boys and we want a sample of 50, we should sample 30 girls and 20 boys.

从某一层抽取的样本数量公式为:该层样本量 = (层大小 / 总体大小) × 总样本量。例如,如果一所学校有 600 名女生和 400 名男生,我们想要一个容量为 50 的样本,则应抽取 30 名女生和 20 名男生。

Stratified sampling reduces bias compared with simple random sampling, especially when the population contains important subgroups. However, it requires clear information about the population structure in advance.

与简单随机抽样相比,分层抽样减少了偏差,尤其是当总体包含重要子群体时。然而,它需要事先获得关于总体结构的清晰信息。


5. Cluster Sampling and Natural Groups | 整群抽样与自然群体

Cluster sampling treats existing groups, such as classes or postcode areas, as sampling units. A random sample of clusters is selected, and then all members of the chosen clusters are surveyed. This method is cheaper and more practical when the population is widely spread, although it can introduce greater sampling error if clusters are not similar.

整群抽样将现有的群体(如班级或邮政编码区域)作为抽样单位。随机抽取一些群,然后对所选中群的所有成员进行调查。当总体分布广泛时,这种方法更便宜、更实用,但如果群之间不相似,可能会引入更大的抽样误差。

Unlike stratified sampling, where every stratum is sampled, cluster sampling only samples some clusters. This means the method is useful in large-scale surveys, such as national health studies, where listing every individual is impossible.

与每一层都要抽样的分层抽样不同,整群抽样只抽取部分群。这意味着该方法适用于大规模调查,例如全国健康研究,因为在这些情况下列出每个个体是不可能的。


6. Introduction to Groups in Algebra | 代数中群的概念

In Further Mathematics, a group is an algebraic structure consisting of a set G and a binary operation × that satisfies four axioms: closure, associativity, the existence of an identity element e, and the existence of an inverse a⁻¹ for every element a. We write (G, ×). Groups capture the idea of symmetry and structure in a precise way.

在进阶数学中,群是一种代数结构,由一个集合 G 和一个二元运算 × 组成,满足四条公理:封闭性、结合律、存在单位元 e,以及每个元素 a 都存在逆元 a⁻¹。我们记为 (G, ×)。群以精确的方式刻画了对称性和结构的思想。

The four axioms can be stated formally as: for all a, b, c ∈ G, a × b ∈ G (closure); (a × b) × c = a × (b × c) (associativity); there exists e ∈ G such that a × e = e × a = a (identity); and for each a ∈ G, there exists a⁻¹ ∈ G such that a × a⁻¹ = a⁻¹ × a = e (inverse).

这四条公理可以正式表述为:对所有 a, b, c ∈ G,有 a × b ∈ G(封闭性);(a × b) × c = a × (b × c)(结合律);存在 e ∈ G 使得 a × e = e × a = a(单位元);并且对每个 a ∈ G,存在 a⁻¹ ∈ G 使得 a × a⁻¹ = a⁻¹ × a = e(逆元)。


7. Modular Arithmetic as a Group | 模运算群

A simple example of a group is the set of integers modulo n under addition, written Zₙ. For instance, Z₄ = {0, 1, 2, 3} with addition modulo 4 satisfies all group axioms. The identity is 0, and the inverse of a is (4 − a) mod 4. Modular arithmetic is also used in Edexcel Pure Mathematics for solving congruences and in cryptography.

群的一个简单例子是模 n 整数集合在加法下构成的群,记作 Zₙ。例如,Z₄ = {0, 1, 2, 3} 在模 4 加法下满足所有群公理。单位元是 0,a 的逆元是 (4 − a) mod 4。模运算也用于 Edexcel 纯数学中求解同余方程以及密码学。

For example, in Z₄, 2 + 3 = 5 ≡ 1 (mod 4), so the result stays inside the set. The element 1 has inverse 3 because 1 + 3 = 4 ≡ 0 (mod 4). Checking closure and associativity for all elements confirms that Z₄ is indeed a group.

例如,在 Z₄ 中,2 + 3 = 5 ≡ 1 (mod 4),所以结果仍留在集合内。元素 1 的逆元是 3,因为 1 + 3 = 4 ≡ 0 (mod 4)。对所有元素验证封闭性和结合律即可确认 Z₄ 确实是一个群。


8. Symmetry Groups | 对称群

Symmetry groups describe the symmetries of a shape

Published by TutorHao | A-Level Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version