نتایج جستجو برای: nilpotent graph

تعداد نتایج: 202518  

2008
David A. Craven

A nilpotent group G is a finite group that is the direct product of its Sylow p-subgroups. Theorem 1.1 (Fitting's Theorem) Let G be a finite group, and let H and K be two nilpotent normal subgroups of G. Then HK is nilpotent. Hence in any finite group there is a unique maximal normal nilpotent subgroup, and every nilpotent normal subgroup lies inside this; it is called the Fitting subgroup, and...

Journal: :caspian journal of mathematical sciences 0
r. barzegar department of mathematics, sari branch, islamic azad university, sari, iran

in this paper we introduce the concept of α-commutator which its definition is based on generalized conjugate classes. with this notion, α-nilpotent groups, α-solvable groups, nilpotency and solvability of groups related to the automorphism are defined. n(g) and s(g) are the set of all nilpotency classes and the set of all solvability classes for the group g with respect to different automorphi...

Journal: :Proyecciones 2021

Let R be a commutative ring with unity and M unitary module. Nil(M) the set of all nilpotent elements M. The entire element graph over is an undirected E(G(M)) vertex as any two distinct vertices x y are adjacent if only + ∈ Nil(M). In this paper we attempt to study domination in investigate number well bondage its induced subgraphs N(G(M)) Non(G(M)). Some parameters also studied. It has been s...

Journal: :Journal of Group Theory 2021

Abstract We prove the existence of a limiting distribution for appropriately rescaled diameters random undirected Cayley graphs finite nilpotent groups bounded rank and nilpotency class, thus extending result Shapira Zuck which dealt with case abelian groups. The is defined on space unimodular lattices, as in Our result, when specialised to certain family unitriangular groups, establishes very ...

Journal: :Transformation Groups 2022

For any simply connected, simple complex algebraic group, we define upper/lower half-decorated geometric crystals and show that their tropicalization will be normal Kashiwara's crystals. In particular, the of crystal on big Bruhat cell $$ \left(=B{\overline{w}}_0:= {B}^{-}\cap U{\overline{w}}_0U\right) is isomorphic to Langlands dual B(∞) nilpotent-half subalgebra quantum group. As an applicati...

1999
Arturo Magidin A. Magidin

In the first part, we prove that the dominion (in the sense of Isbell) of a subgroup of a finitely generated nilpotent group is trivial in the category of all nilpotent groups. In the second part, we show that the dominion of a subgroup of a finitely generated nilpotent group of class two is trivial in the category of all metabelian nilpotent groups. Section

2008
Dmitri I. Panyushev

In a recent article [Gi99], V.Ginzburg introduced and studied in depth the notion of a principal nilpotent pair in a semisimple Lie algebra g. He also obtained several results for more general pairs. As a next step, we considered in [Pa99] almost principal nilpotent pairs. The aim of this paper is to make a contribution to the general theory of nilpotent pairs. Roughly speaking, a nilpotent pai...

‎In the classical group theory there is‎ an open question‎: ‎Is every torsion free n-Engel group (for n ≥ 4)‎, nilpotent?‎. ‎To answer the question‎, ‎Traustason‎ [11] showed that with some additional conditions all‎ ‎4-Engel groups are locally nilpotent‎. ‎Here‎, ‎we gave some partial‎ answer to this question on Engel fuzzy subgroups‎. ‎We show that if μ is a normal 4-Engel fuzzy‎ subgroup of ...

2008
Andrzej Daszkiewicz Witold Kraśkiewicz Tomasz Przebinda

τ(w)(x) = 〈x(w), w〉, w ∈ W, x ∈ g ⊆ End(W ), and similarly for τ ′. Our main theorem describes the behaviour of closures of nilpotent orbits under the action of moment maps. It is easy to see that for a nilpotent coadjoint orbit O ⊆ g∗ the set τ ′(τ−1(O)) is the union of nilpotent coadjoint orbits in g′. It turns out that it is a closure of a single orbit: Theorem 1.1 Let O ⊆ g∗ be a nilpotent ...

2013
M. R. BRIDSON A. W. REID

Two groups are said to have the same nilpotent genus if they have the same nilpotent quotients. We answer four questions of Baumslag concerning nilpotent completions. (i) There exists a pair of finitely generated, residually torsion-free-nilpotent groups of the same nilpotent genus such that one is finitely presented and the other is not. (ii) There exists a pair of finitely presented, residual...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->