{
  localUrl: '../page/free_group.html',
  arbitalUrl: 'https://arbital.com/p/free_group',
  rawJsonUrl: '../raw/5kg.json',
  likeableId: '3226',
  likeableType: 'page',
  myLikeValue: '0',
  likeCount: '3',
  dislikeCount: '0',
  likeScore: '3',
  individualLikes: [
    'EricBruylant',
    'AdeleLopez',
    'JaimeSevillaMolina'
  ],
  pageId: 'free_group',
  edit: '27',
  editSummary: '',
  prevEdit: '26',
  currentEdit: '27',
  wasPublished: 'true',
  type: 'wiki',
  title: 'Free group',
  clickbait: 'The free group is "the purest way to make a group containing a given set".',
  textLength: '9179',
  alias: 'free_group',
  externalUrl: '',
  sortChildrenBy: 'likes',
  hasVote: 'false',
  voteType: '',
  votesAnonymous: 'false',
  editCreatorId: 'PatrickStevens',
  editCreatedAt: '2016-10-23 18:22:16',
  pageCreatorId: 'PatrickStevens',
  pageCreatedAt: '2016-07-23 20:03:08',
  seeDomainId: '0',
  editDomainId: 'AlexeiAndreev',
  submitToDomainId: '0',
  isAutosave: 'false',
  isSnapshot: 'false',
  isLiveEdit: 'true',
  isMinorEdit: 'false',
  indirectTeacher: 'false',
  todoCount: '0',
  isEditorComment: 'false',
  isApprovedComment: 'true',
  isResolved: 'false',
  snapshotText: '',
  anchorContext: '',
  anchorText: '',
  anchorOffset: '0',
  mergedInto: '',
  isDeleted: 'false',
  viewCount: '131',
  text: '[summary: The free [-3gd] $F(X)$ on the [3jz set] $X$ is the group whose elements are the [5jc freely reduced words] over $X$, and whose group operation is "[-concatenation] followed by free reduction".]\n\nIntuitively, the free [-3gd] $F(X)$ on the [3jz set] $X$ is the group whose elements are the [5jc freely reduced words] over $X$, and whose group operation is "[-concatenation] followed by free reduction".\n\nThe free group can be constructed rigorously in several equivalent ways, some of which are easy to construct but hard to understand, and some of which are intuitive but rather hard to define properly.\nOur formal construction (detailed on the [5s1 Formal Definition lens]) will be one of the more opaque definitions; there, we eventually show that the formal construction yields a group which is [49x isomorphic] to the intuitive version, and this will prove that the intuitive version does in fact define a group with the right properties for the free group.\n\n# Intuitive definition\n\nGiven a set $X$, the free group $F(X)$ (or $FX$) on $X$ has:\n\n- as its elements, the [5jc freely reduced words] over $X$;\n- as its group [3h7 operation], "concatenation followed by free reduction".\n\n## Example\n\nThe free group on the set $X = \\{ a, b \\}$ contains the following elements (among others):\n\n- The word $(a,b,a,a,a,b^{-1})$, which is written in shorthand as $abaaab^{-1}$ or (most commonly) as $aba^3b^{-1}$\n- The empty word $()$, which is written as $\\varepsilon$\n- The word $(b,b,b)$, which is written as $b^3$\n- The word $(a^{-1}, b^{-1}, b^{-1})$, or $a^{-1} b^{-2}$\n\n(From now on, we will only use the common shorthand to denote words, except in cases where this interferes with something else we're doing.)\n\nSome things which the same free group does *not* contain are:\n\n- $aa^{-1}$, since this is not freely reduced\n- $c$, for the fatuous reason that $c$ is not a word over the alphabet $\\{a,b\\}$\n- $abb^{-1}a$, since this is not freely reduced.\n\nSome examples of this group's group operation (which we will write as $\\cdot$) in action are:\n\n- $aba \\cdot bab = ababab$\n- $aba^2 \\cdot a^3b = aba^5b$\n- $aba^{-1} \\cdot a = ab$, obtained as the free reduction of $aba^{-1}a$\n- $ab \\cdot b^{-1} a^{-1} = \\varepsilon$, obtained as $abb^{-1}a^{-1} = aa^{-1}$ (reduction of $b$) and then $a a^{-1} = \\varepsilon$.\n\n# Examples\n\n- The free group on the empty set is just the trivial group, the group with just one element. Indeed, we must have an identity (the empty word), but there are no extra generators to throw in, so there are no longer words.\n- The free group on a set with one element is isomorphic to the group of integers under addition. Indeed, say our set is $\\{ a \\}$; then every member of the free group is a word of the form $a^n$ or $a^{-n}$ or $a^0$. Then the isomorphism is that $a^i$ is sent to $i \\in \\mathbb{Z}$.\n- The free group on two elements is [2w0 countable]. Indeed, its elements are all of the form $a^{i_1} b^{j_1} a^{i_2} b^{j_2} \\dots a^{i_n} b^{j_n}$, and so the free group [4b7 injects] into the [45h set of natural numbers] by the (rather convoluted) $$a^{i_1} b^{j_1} a^{i_2} b^{j_2} \\dots a^{i_n} b^{j_n} \\mapsto 2^{\\mathrm{sgn}(i_1)+2} 3^{|i_1|} 5^{\\mathrm{sgn}(j_1)+2} 7^{|j_1|} \\dots$$\nwhere we produce the natural number %%note:Uniquely, by the [-5rh].%% whose prime factors tell us exactly how to construct the original word. %%note:This trick is extremely useful in determining whether a set is countable, and you should go over it until you are sure you understand it.%% (The $\\mathrm{sgn}$ function outputs $-1$ if its input is negative; $1$ if the input is positive; and $0$ if its input is $0$.)\nAs a related exercise, you should prove that the free group on a countable set is countable.\n\n# Why are the free groups important?\n\nIt is a fact that [-5jb].\nTherefore the free groups can be considered as a kind of collection of "base groups" from which all other groups can be made as quotients.\nThis idea is made more concrete by the idea of the [-5j9], which is a notation that specifies a group as a quotient of a free group. %%note:Although it's not usually presented in this way at first, because the notation has a fairly intuitive meaning on its own.%%\n\n## Free groups "have no more relations than they are forced to have"\n\nThe crux of the idea of the group presentation is that the free group is the group we get when we take all the elements of the set $X$ as elements which "generate" our putative group, and then throw in every possible combination of those "generators" so as to complete it into a bona fide group.\nWe explain why the free group is (informally) a "pure" way of doing this, by walking through an example.\n\n%%%hidden(Example):\nIf we want a group which contains the elements of $X = \\{ a, b \\}$, then what we *could* do is make it into the [-47y] on the two elements, $C_2$, by insisting that $a$ be the [54p identity] of the group and that $b \\cdot b = a$.\nHowever, this is a very ad-hoc, "non-pure" way of making a group out of $X$. %%note:For those who are looking out for that sort of thing, to do this in generality will require heavy use of the [69b axiom of choice].%%\nIt adds the "relation" $b^2 = a$ which wasn't there before.\n\nInstead, we might make the free group $FX$ by taking the two elements $a, b$, and throwing in everything we are forced to make if no non-trivial combination is the identity.\nFor example:\n\n- we have no reason to suspect that either $a$ or $b$ is already the identity, so we must throw in an identity which we will label $\\varepsilon$; \n- we have no reason to suspect that $a \\cdot b$ should be equal to $a$ or to $b$ or to $\\varepsilon$, so we must throw in an element equal to $a \\cdot b$ which we will label $ab$;\n- we *do* have a reason to suspect that $a^{-1} \\cdot a$ is already in the group (because it "ought to be" the identity $\\varepsilon$), so we don't throw in the element $a^{-1} a$;\n- and so on through all the words, such as $a^{-1}ba^2b^{-2}$ and so forth.\n\nThis way adds an awfully large number of elements, but it doesn't require us to impose any arbitrary relations.\n%%%\n\n# Universal property of the free group\n\nThe free group [free_group_universal_property has a universal property], letting us view groups from the viewpoint of [-4c7].\nTogether with the idea of the [4tq quotient] (which can be formulated in category theory as the [-coequaliser]) and the subsequent idea of the [-5j9], this lets us construct any group in a category-theoretic way.\n\nIndeed, every group $G$ has a presentation $\\langle X \\mid R \\rangle$ say, which expresses $G$ as a quotient (i.e. a certain coequaliser) of the free group $F(X)$.\nWe can construct $F(X)$ through the universal property, so we no longer need to say anything at all about the elements or group operation of $G$ to define it.\n\n# Properties\n\n- It is not obvious, but $FX$ is isomorphic to $FY$ if and only if $X$ and $Y$ have the same [-4w5] as sets. ([free_group_isomorphic_iff_sets_biject Proof.]) This completely classifies the free groups and tells us just when two free groups are "the same", which is nice to have.\n- The only two [3h2 abelian groups] which are free are the trivial group (of one element; i.e. the free group on no generators), and $\\mathbb{Z}$ the free group on one generator. No others are abelian because if there are two or more generators, pick $a, b$ to be two of them; then $ab \\not = ba$ by free-ness. %%note: To be completely precise about this, using the [5s1 formal definition], $\\rho_a \\rho_b \\not = \\rho_b \\rho_a$ because they have different effects when applied to the empty word $\\varepsilon$. One produces $ab$; the other produces $ba$. %%\n- The free groups are all [torsion_group_theory torsion]-free %%note:"Torsion-free" means "free of torsion", where the word "free" is nothing to do with "free group".%%: that is, no element has finite [4cq order] unless it is the identity $\\varepsilon$. ([5kz Proof.]) This property helps us to recognise when a group is *not* free: it is enough to identify an element of finite order. However, the test doesn't go the other way, because there are torsion-free groups which are not free.\n\n%%hidden(Proof that "the rationals under addition" is torsion-free but not free):\nSuppose the order of an element $x \\in \\mathbb{Q}$ were finite and equal to $n \\not = 0$, say.\nThen $x+x+\\dots+x$, $n$ times, would yield $0$ (the [54p identity] of $(\\mathbb{Q}, +)$).\nBut that would mean $n \\times x = 0$, and so $n=0$ or $x = 0$; since $n \\not = 0$ already, we must have $x = 0$, so $x$ is the identity after all.\n\nThe group is not free: suppose it were free. It is abelian, so it must be isomorphic to either the trivial group (clearly not: $\\mathbb{Q}$ is infinite but the trivial group isn't) or $\\mathbb{Z}$.\nIt's not isomorphic to $\\mathbb{Z}$, though, because $\\mathbb{Z}$ is cyclic: there is a "generating" element $1$ such that every element of $\\mathbb{Z}$ can be made by adding together (possibly negatively-many) copies of $1$.\n$\\mathbb{Q}$ doesn't have this property, because if $x$ were our attempt at such a generating element, then $\\frac{x}{2}$ could not be made, so $x$ couldn't actually be generating after all.\n%%\n\n',
  metaText: '',
  isTextLoaded: 'true',
  isSubscribedToDiscussion: 'false',
  isSubscribedToUser: 'false',
  isSubscribedAsMaintainer: 'false',
  discussionSubscriberCount: '1',
  maintainerCount: '1',
  userSubscriberCount: '0',
  lastVisit: '',
  hasDraft: 'false',
  votes: [],
  voteSummary: 'null',
  muVoteSummary: '0',
  voteScaling: '0',
  currentUserVote: '-2',
  voteCount: '0',
  lockedVoteType: '',
  maxEditEver: '0',
  redLinkCount: '0',
  lockedBy: '',
  lockedUntil: '',
  nextPageId: '',
  prevPageId: '',
  usedAsMastery: 'false',
  proposalEditNum: '0',
  permissions: {
    edit: {
      has: 'false',
      reason: 'You don't have domain permission to edit this page'
    },
    proposeEdit: {
      has: 'true',
      reason: ''
    },
    delete: {
      has: 'false',
      reason: 'You don't have domain permission to delete this page'
    },
    comment: {
      has: 'false',
      reason: 'You can't comment in this domain because you are not a member'
    },
    proposeComment: {
      has: 'true',
      reason: ''
    }
  },
  summaries: {},
  creatorIds: [
    'PatrickStevens',
    'EricRogstad',
    'EricBruylant',
    'DylanHendrickson'
  ],
  childIds: [
    'free_group_is_torsion_free',
    'free_group_formal_definition',
    'free_group_universal_property'
  ],
  parentIds: [
    'group_mathematics'
  ],
  commentIds: [
    '5l7',
    '5l8'
  ],
  questionIds: [],
  tagIds: [],
  relatedIds: [],
  markIds: [],
  explanations: [],
  learnMore: [],
  requirements: [],
  subjects: [],
  lenses: [
    {
      id: '112',
      pageId: 'free_group',
      lensId: 'free_group_formal_definition',
      lensIndex: '0',
      lensName: 'Formal definition',
      lensSubtitle: '',
      createdBy: '267',
      createdAt: '2016-08-05 08:44:37',
      updatedBy: '267',
      updatedAt: '2016-08-05 08:44:45'
    },
    {
      id: '147',
      pageId: 'free_group',
      lensId: 'free_group_universal_property',
      lensIndex: '1',
      lensName: 'Universal property',
      lensSubtitle: '',
      createdBy: '267',
      createdAt: '2016-10-23 18:26:09',
      updatedBy: '267',
      updatedAt: '2016-10-23 18:26:16'
    }
  ],
  lensParentId: '',
  pathPages: [],
  learnMoreTaughtMap: {},
  learnMoreCoveredMap: {},
  learnMoreRequiredMap: {},
  editHistory: {},
  domainSubmissions: {},
  answers: [],
  answerCount: '0',
  commentCount: '0',
  newCommentCount: '0',
  linkedMarkCount: '0',
  changeLogs: [
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '20268',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-10-23 18:25:52',
      auxPageId: 'free_group_universal_property',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '20266',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '27',
      type: 'newEdit',
      createdAt: '2016-10-23 18:22:16',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '20265',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '0',
      type: 'deleteTag',
      createdAt: '2016-10-23 18:18:07',
      auxPageId: 'stub_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19864',
      pageId: 'free_group',
      userId: 'DylanHendrickson',
      edit: '26',
      type: 'newEdit',
      createdAt: '2016-10-05 19:44:42',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18720',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '25',
      type: 'newEdit',
      createdAt: '2016-08-14 10:25:04',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18452',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '24',
      type: 'newEdit',
      createdAt: '2016-08-05 20:27:58',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18446',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '23',
      type: 'newEdit',
      createdAt: '2016-08-05 19:44:10',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18437',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '23',
      type: 'newEdit',
      createdAt: '2016-08-05 08:45:43',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18434',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-08-05 08:44:19',
      auxPageId: 'free_group_formal_definition',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18432',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '22',
      type: 'newEdit',
      createdAt: '2016-08-05 08:40:16',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18431',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '21',
      type: 'newEdit',
      createdAt: '2016-08-05 08:39:23',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18380',
      pageId: 'free_group',
      userId: 'EricBruylant',
      edit: '20',
      type: 'newEdit',
      createdAt: '2016-08-04 21:18:47',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: 'added a link'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17586',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '19',
      type: 'newEdit',
      createdAt: '2016-07-27 13:12:35',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17505',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '18',
      type: 'newEdit',
      createdAt: '2016-07-25 19:41:36',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17502',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '17',
      type: 'newEdit',
      createdAt: '2016-07-25 19:27:57',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '3229',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '1',
      dislikeCount: '0',
      likeScore: '1',
      individualLikes: [],
      id: '17499',
      pageId: 'free_group',
      userId: 'EricRogstad',
      edit: '16',
      type: 'newEdit',
      createdAt: '2016-07-25 18:31:16',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: 'some rewordings in the example section'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17498',
      pageId: 'free_group',
      userId: 'EricRogstad',
      edit: '15',
      type: 'newEdit',
      createdAt: '2016-07-25 18:27:36',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: 'linking "operation" to https://arbital.com/p/operator_mathematics/'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17494',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-07-25 18:09:08',
      auxPageId: 'free_group_is_torsion_free',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17474',
      pageId: 'free_group',
      userId: 'EricRogstad',
      edit: '14',
      type: 'newEdit',
      createdAt: '2016-07-25 02:44:14',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: 'fixing formatting issues'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17455',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '13',
      type: 'newEdit',
      createdAt: '2016-07-24 14:04:23',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17454',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '12',
      type: 'newEdit',
      createdAt: '2016-07-24 13:55:04',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17453',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '11',
      type: 'newEdit',
      createdAt: '2016-07-24 13:52:34',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17452',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '10',
      type: 'newEdit',
      createdAt: '2016-07-24 12:22:38',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17451',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '9',
      type: 'newEdit',
      createdAt: '2016-07-24 12:21:19',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17450',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '8',
      type: 'newEdit',
      createdAt: '2016-07-24 12:05:35',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17449',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '7',
      type: 'newEdit',
      createdAt: '2016-07-24 12:02:12',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17448',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '6',
      type: 'newEdit',
      createdAt: '2016-07-24 08:55:00',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17447',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '5',
      type: 'newEdit',
      createdAt: '2016-07-24 08:53:43',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17431',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '4',
      type: 'newEdit',
      createdAt: '2016-07-23 20:50:13',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17430',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '3',
      type: 'newEdit',
      createdAt: '2016-07-23 20:07:47',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17428',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '2',
      type: 'newEdit',
      createdAt: '2016-07-23 20:03:30',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17427',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-07-23 20:03:10',
      auxPageId: 'stub_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17426',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '0',
      type: 'newParent',
      createdAt: '2016-07-23 20:03:09',
      auxPageId: 'group_mathematics',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17424',
      pageId: 'free_group',
      userId: 'PatrickStevens',
      edit: '1',
      type: 'newEdit',
      createdAt: '2016-07-23 20:03:08',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    }
  ],
  feedSubmissions: [],
  searchStrings: {},
  hasChildren: 'true',
  hasParents: 'true',
  redAliases: {},
  improvementTagIds: [],
  nonMetaTagIds: [],
  todos: [],
  slowDownMap: 'null',
  speedUpMap: 'null',
  arcPageIds: 'null',
  contentRequests: {}
}